home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / orbitrax.swf / scripts / DefineButton2_1043 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-11-09  |  145 b   |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    main.sfx.gotoAndPlay("click");
  4.    _quality = "HIGH";
  5.    gotoAndStop("startScreenMusic");
  6.    play();
  7. }
  8.